projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e084483
)
* mouse.el (mouse-buffer-menu): Don't right-justify the buffer
author
Jim Blandy
<jimb@redhat.com>
Mon, 3 May 1993 03:38:36 +0000
(
03:38
+0000)
committer
Jim Blandy
<jimb@redhat.com>
Mon, 3 May 1993 03:38:36 +0000
(
03:38
+0000)
name; this doesn't look nice if we use a proportional font.
lisp/mouse.el
patch
|
blob
|
history
diff --git
a/lisp/mouse.el
b/lisp/mouse.el
index 0b3a1824f94d7652589eb47e6d2935443ba7e0be..e8658c68e6c353211ea434c488d235cc856b837d 100644
(file)
--- a/
lisp/mouse.el
+++ b/
lisp/mouse.el
@@
-198,7
+198,7
@@
and selects that window."
(setq head (cons
(cons
(format
- "%14s %s"
+ "%
-
14s %s"
(buffer-name elt)
(or (buffer-file-name elt) ""))
elt)